Welcome![Sign In][Sign Up]
Location:
Search - API mp3

Search list

[mpeg mp3MP3无敌播放器

Description: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮-use API function [mciSendString] can easily MP3 music player. Below this program of the MP3 player most of the conventional operation, its slightly modified, so the size of a 100KB MP3 player easily activated VB procedures, the forms to place orders six buttons, three label, a common dialog, a progress of a status bar and a 000 timer, the window layout of the buttons refer to the attached map.
Platform: | Size: 7959 | Author: cici | Hits:

[Multimedia DevelopMP3录音机

Description: 我常常使用Skype和台湾同胞还有国外的朋友进行联系,有时因为业务需要需要将语音通话录音并保留下来,在我有这个想法的那个时候(2006年)Skype官方并没有提供录音功能,咱们是做程序的嘛,没有的功能可以自己来添加啊,这也是为什么我酷爱编程的原因。 应广大网友的要求,现将该程序的编程思路和源代码贡献出来与大家共勉,希望能给对音频编程有兴趣的朋友提供一点点帮助,那我就心满意足了。 刚开始编写这个程序的时候,我试着用常规的录音方式对声卡进行录音,既然是通话录音,我们希望能将自己的声音和对方的声音同时纪录下来。首先,我们要将对方的声音录下来,那就只能选取“立体声混音”通道进行录音,但此时“麦克风”通道的声音将被丢弃,也就是说在Skype里对方将听不到我说话了;其次,如果我们还要将我自己的声音录下来,就得开启“麦克风”通道录音,但是在Skype通话过程中,“麦克风”通道已经被Skype占用了,我们的程序无法再次进行录音,看来常规的录音方式行不通。 于是,我想到了Windows音频的底层处理机制,任何语音软件的音频数据处理到最后都离不开Windows的底层音频Win32 API函数,查一下MSDN就能得知:
Platform: | Size: 255199 | Author: songchaofly@sohu.com | Hits:

[Multimedia Develop具有频谱显示的MP3播放(Decoder跨平台)

Description: 具有频谱显示的MP3播放器(MP3播放、频谱显示、ID3Tag解析),其中MP3Decoder/FFT包含全部源码:可以移植到其他平台;显示部分使用的是Windows API
Platform: | Size: 9913136 | Author: tomsoft@vip.sina.com | Hits:

[Multimedia programTrueSpeech

Description: 用 api 函数实现wav到mp3的压缩方法--A compressing algorithm which realises WAV to MP3 using API
Platform: | Size: 90112 | Author: 站长 | Hits:

[SourceCodewinamp2api_demo

Description: mp3文件操作-mp3 document operation
Platform: | Size: 26624 | Author: 林朝阳 | Hits:

[source in ebookwsnmp32

Description: vb调用api函数-vb function called api
Platform: | Size: 4096 | Author: 阿安定 | Hits:

[Mathimatics-Numerical algorithms新建 文本文档 (8)

Description: MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。-MP3 player : API function [mciSendString] can easily MP3 music player. Below this program of the MP3 player most of the conventional operation, its slightly modified, so the size of a 100KB MP3 player easily activated VB procedures, the forms to place orders six buttons, three label, a common dialog, a progress of a status bar and a 000 timer, the window layout of the buttons refer to the attached map. "MP3 File Open" is used to open the dialog box choose MP3 files, the other five buttons for Play (player), Pause (suspended), Stopplay (Cessation of players), Back (backwards jump), Prew (leap forward). Label1 songs said to the current time; Label2 degrees of time on the far left, Caption attribute to "00:00"; When lable3 degrees on the right, to songs chief said.
Platform: | Size: 2048 | Author: 周军 | Hits:

[mpeg mp3MP3无敌播放器

Description: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮-use API function [mciSendString] can easily MP3 music player. Below this program of the MP3 player most of the conventional operation, its slightly modified, so the size of a 100KB MP3 player easily activated VB procedures, the forms to place orders six buttons, three label, a common dialog, a progress of a status bar and a 000 timer, the window layout of the buttons refer to the attached map.
Platform: | Size: 8192 | Author: cici | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[Internet-Networktrickster-0[1].06.tar

Description: 项目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily extended. Trickster Streaming Server是一个具有简单 Web接口的纯 Perl MP3流服务器,它让你操作并浏览队列。这个队列管理 API 用一种相当简单的UNIX方式来做,并能被容易的扩展。 -Project Description : Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to browse and manipulate the queue. The queue management API is done in a fairly simple manner UNIX, and can be easily extended. Trickster Streaming Server is a simple Web interface with the pure Perl MP3 streaming server, allows you to browse cohort. The queue management API with a very simple way to do UNIX, and can be easily expanded.
Platform: | Size: 13312 | Author: 夏雨 | Hits:

[Audio programAudiereAudioSystem

Description: 一种便利高质量的袖珍音频API函数库, 支持文件操作、编码解码、混音、播放输出, 播放支持 MP3, Ogg Vorbis, FLAC, WAV, IT, XM, S3M, 和 MOD 文件. 可用于C, C++, Python, Java, Delphi, 以及支持 XPCOM 的任何语言. -a convenient pocket-sized high-quality audio API functions to support document operation, codecs, mixing, audio output, player supports MP3, Ogg Vorbis, FLAC, WAV, IT, XM, Explosion, MOD and documents. available for C, C, Python, Java, Delphi, Cook and support any language.
Platform: | Size: 1107968 | Author: 于先生 | Hits:

[Multimedia DevelopXINGCode

Description: 该代码演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的-demonstration of MPEG-Layer 3 (MP3) format of the document is how it has been such as WinAmp and Windows Media Player Such a procedure read out. Please note that this code does not call Windows API, DLL or OCX. The source code to read and play MP3 files that do not contain examples, but it is based on FreeAmp. The first MP3 decoding algorithm is prepared by the Xing Technologies
Platform: | Size: 226304 | Author: 阿斯特 | Hits:

[Windows DevelopMp3InfoModifier

Description: api实现的mp3信息修改软件,window api学习的好例子-api realized mp3 information software modifications, window api a good example of learning
Platform: | Size: 8192 | Author: 文斌 | Hits:

[DocumentsZL

Description: 桌面PC的性能日益提高,Java虚拟机的优化技术也不断获得突破,这一切使得用Java处理实时信号成为可能。本文将通过设计和构造一个支持实时MP3、WAV和Ogg音频格式解码/回放的Java音乐播放器,阐述用JavaSound API编写音频处理程序的思路和一般过程。-desktop PC performance and increasing the Java virtual machine has been optimized technology breakthrough All of this makes Java real-time signal processing possible. This paper will be designed and constructed by a real-time support for MP3, WAV and Ogg audio format decoding/playback Java music player, elaborated with the preparation JavaSound API Audio processing ideas and general process.
Platform: | Size: 103424 | Author: Tea | Hits:

[mpeg mp3mp3

Description: mp3播放器(vc++) 支持歌词同步显示-mp3 player (vc++) support synchronous lyrics display
Platform: | Size: 212992 | Author: 王语 | Hits:

[SymbianShoutcast_2x3x_20060526

Description: 在线广播的symbian的源码,可在线播放MP3,socket使用CMNET连接-Online radio symbian source code, available online to play MP3, socket used to connect CMNet
Platform: | Size: 223232 | Author: | Hits:

[Windows Developmp3exe_source

Description: 一个使用API编写的MP3播放器,内含完整的MP3解码算法,是大家学习的一个很好的实例-The use of API prepared a MP3 player, containing a complete MP3 decoder algorithm, is that we learn a good example of
Platform: | Size: 133120 | Author: | Hits:

[e-language10day

Description: 第一章是介绍易语言的安装,以及运行后的界面。同时介绍一个非常简单的小程序,以帮助用户入门学习。最后介绍编程的输入方法,以及一些初学者会遇到的常见问题。 第二章将接触一些具体的问题,如怎样编写一个1+2等于几的程序,并了解变量的概念,变量的有效范围,数据类型等知识。其后,您将跟着本书,编写一个自己的MP3播放器,认识窗口、按钮、编辑框三个常用组件。以认识命令及事件子程序。 第三章章主要介绍易语言的命令概念,并举出一个大小数判断的例子,介绍判断语句,以及介绍选择语句和循环语句。 第四章介绍常数、常量、资源的应用。 第五章主要介绍应用程序菜单的制作,并举出一个记事本的例子,介绍判断语句,以及介绍选择语句和循环语句。 第六章学习静态变量、变量数组及动态管理变量。 第七章介绍组件的应用,并用几个简单的小例程来了解组件的属性,事件,和方法。 第八章主要介绍“易语言”子程序的调用方法、子程序参数的使用方法以及参数属性的相关使用方法。 第九章主要介绍“易模块”的安装、使用方法以及新建、保存的方法。同时介绍一个非常简单的“易模块”编写过程,以帮助用户了解和学习。 第十章简单介绍API的应用-err
Platform: | Size: 12156928 | Author: | Hits:

[Multimedia DevelopMMp3Player

Description: VB6.0的mp3播放器 通过调用API函数实现 带播放列表 可编辑ID3信息-VB6.0 the mp3 player by calling the API function with playlists can edit ID3 information
Platform: | Size: 681984 | Author: latios | Hits:

[Speech/Voice recognition/combineecho-nest-java-api-1[1].2

Description: echonest的音乐分析软件API,可以获取歌曲的各种信息-echonest s music analysis software api
Platform: | Size: 366592 | Author: 刘玲 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net